
/*main Layout style*/
.LogoImg {
    height: 50px;
    width: 50px;
}
.topBanner {
    width: 100%;
}
.BannerBackgroundColor {
    background-color: #002060;
}
.FooterBackgroundColor {
    background-color: #337ab7;
}
.FooterFirstColumn {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
}
    .FooterFirstColumn ul li a {
        color: black;
        font-size: 18px;
    }
.FooterSecondColumn {
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: solid 2px black;
    border-right: solid 2px black;
}
.FooterThirdColumn {
    padding-top: 20px;
    padding-bottom: 20px;
}
.FooterAddressBlock {
    color: black;
    font-size: 18px;
    padding-left: 40px;
}
.GoogleMapImg{
    width:100%;
}
.CopyrightContainer {
    background-color: white;
    padding-top: 12px;
}
.CopyrightText {
    color: black;
    font-weight: bold;
}

/*Home page style*/

.myForm {
}

    .myForm label {
        width: 100% !important;
        margin-top: 15px !important;
        color: white;
        font-weight: bold;
    }

    .myForm input {
        margin-top: 15px !important;
        width: 100% !important;
    }

.myRow {
    margin-top: 10px !important;
}

.white {
    color: white;
    font-weight: bold;
}
.LeftBannerContainer {
    padding: 0px !important;
    margin: 0px !important;
}
.CarouselHeight {
    max-height: 398px !important;
}
.BannerHeight {
    height: 400px!important;
}
.RightBannerContainer {
    padding: 0px !important;
    margin: 0px !important;
}
.RightBannerImg {
    height: 400px!important;
    width: 100%!important;
}
.ImportantNoticeContainer {
    background-color: #002060;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}
.HomePageAboutSection {
    padding-top: 50px;
    padding-bottom: 50px;
}
.HomePageAboutBlock {
    background-color: #002060;
    padding: 20px;
    height: 270px;
    margin-bottom: 20px;
}
.HomePageAboutText {
    color: white;
    padding: 10px;
    text-align: justify;
    font-family: 'Book Antiqua';
    font-weight: bold;
}
.HomePageAboutLink {
    color: white;
    text-decoration: underline;
}
.HomePageLoginBlock {
    background-color: #002060;
    padding: 20px;
    color: white !important;
    height: 270px;
    margin-bottom: 20px;
}
.HomePageNoticeBoardBlock {
    background-color: #002060;
    padding: 20px;
    color: white !important;
    height: 270px;
    margin-bottom: 20px;
}
.HomepageImportantalinkSection {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}
.HomePageImportantLink {
    color: blue;
    font-weight: bold;
}
.HomePageLogoSection {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
}
.HomePageLogoSection Img{
    height: 150px;
}

/*Other pages*/

.PageHeading {
    background-color: #4776E6;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
}
.PageSection {
    padding-top: 50px;
    padding-bottom: 50px;
}
.galleryPics img {
    min-height: 200px !important;
    width: 100%;
}

/*Page Admission Form*/

.ulText div, li, a, td {
    font-size: 15px !important;
    /*font-weight: bold !important;*/
    color: black;
   /* padding-bottom: 10px;*/
}

.ulText red {
    font-size: 15px !important;
    font-weight: bold !important;
    color: red;
}

.ulText blue {
    font-size: 15px !important;
    font-weight: bold !important;
    color: blue;
}
.TextBlueColor {
    color: blue;
}

/*page admit card*/
@media print {
    body div td span {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
    }
}

.divAdmitCardBox {
    display: none;
}
.StudentImgBox {
    width: 150px;
    max-height: 150px;
    overflow: hidden;
}
.StudentImg {
    width: 150px;
}
.ImgSignature {
    margin-top: -200px !important;
}



/*Result page */

span {
    font-weight: bold;
    color: black;
}

.MarksheetCol {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}

.divResultBox {
    display: none;
}
    .divResultBox table {
        width: 100%;
        padding: 5px;
    }
        .divResultBox table table {
            width: 100%;
            padding: 5px;
        }

.TdLogo {
    text-align: left;
    padding-left: 20px;
}
.tdImgLogo {
    width: 120px;
}

.divImgStud {
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.divImgStud img {
    width: 120px;
}

.MarkSheet {
    width: 100%;
    padding: 5px;
}
    .MarkSheet td {
        border-bottom: solid 1px grey;
        padding-top: 7px;
    }